Use posit-dev images for Connect chart#826
Merged
Merged
Conversation
dcba252 to
75b293c
Compare
22f4252 to
c07a230
Compare
25e37c1 to
9dd794e
Compare
70830b7 to
7953bb5
Compare
- Default server image: `posit/connect` (was `ghcr.io/rstudio/rstudio-connect`)
- Default init images: `posit/connect-content-init` for both launcher
and backends.kubernetes (was `ghcr.io/rstudio/rstudio-connect-content-init`)
- Default content images: `posit/connect-content`
- Tag format: `{version}-{os}` (was `{tagPrefix}{version}`)
- `image.tagPrefix` replaced by `image.os`; same for all init containers
- Remove `launcher.customRuntimeYaml`, `launcher.additionalRuntimeImages`,
and bundled runtime YAML files
- Add fail-fast guards for all removed keys
- Default Python executable updated to 3.14.4
- Add 0.20.0 upgrade guidance in README
- Chart version bumped to 0.20.0
7953bb5 to
6360b7d
Compare
jforest
approved these changes
May 13, 2026
Contributor
jforest
left a comment
There was a problem hiding this comment.
Looks solid to me, I checked our internal deployment for connect as I went through to see what changes I might have to make, but since we are already setting executable paths for python/r/quarto that's not a worry. Doesn't look to be much for me to change :D. My favorite kind of update
| {{- end }} | ||
|
|
||
| {{- if .Values.launcher.customRuntimeYaml }} | ||
| {{- fail "\n\n`launcher.customRuntimeYaml` has been removed. Use `executionEnvironments` for declarative management of execution environments." }} |
Contributor
There was a problem hiding this comment.
Thank you for adding these, love it
| {{- if .Values.launcher.enabled }} | ||
| {{- $namespace := default $.Release.Namespace .Values.launcher.namespace }} | ||
| {{- $launcherSettingsDict := dict "Enabled" ("true") "Kubernetes" ("true") "KubernetesNamespace" ($namespace) "KubernetesProfilesConfig" ("/etc/rstudio-connect/launcher/launcher.kubernetes.profiles.conf") }} | ||
| {{- if include "rstudio-connect.runtimeYaml" . }} |
Contributor
There was a problem hiding this comment.
and i also love this removal of dead code, THANK YOU
Use {tagPrefix}{appVersion} for the old format to match
the actual value names.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
posit/connect(wasghcr.io/rstudio/rstudio-connect)posit/connect-content-initfor both launcher and backends.kubernetes (wasghcr.io/rstudio/rstudio-connect-content-init)posit/connect-content{version}-{os}(was{tagPrefix}{version})image.tagPrefixreplaced byimage.os; same for all init containerslauncher.customRuntimeYaml,launcher.additionalRuntimeImages, and bundled runtime YAML filesBreaking changes
image.repository: ghcr.io/rstudio/rstudio-connectimage.repository: posit/connectimage.tagPrefix: ubuntu2204-image.os: "ubuntu-24.04"launcher.defaultInitContainer.repository: ghcr.io/rstudio/rstudio-connect-content-initlauncher.defaultInitContainer.repository: posit/connect-content-initlauncher.defaultInitContainer.tagPrefix: ubuntu2204-launcher.defaultInitContainer.os: "ubuntu-24.04"backends.kubernetes.defaultInitContainer.repository: ghcr.io/rstudio/rstudio-connect-content-initbackends.kubernetes.defaultInitContainer.repository: posit/connect-content-initbackends.kubernetes.defaultInitContainer.tagPrefix: ubuntu2204-backends.kubernetes.defaultInitContainer.os: "ubuntu-24.04"launcher.customRuntimeYamlexecutionEnvironmentslauncher.additionalRuntimeImagesexecutionEnvironmentsImages are also available at
ghcr.io/posit-dev/on GitHub Container Registry.